Levoric Learn LOGO

Levoric Learn




HTML Tutorial

Introduction <h1> to <h6> tag


The first to sixth level HTML parts show six ways of section headings.
<h1> is the top part level and <h6> is at the bottom.
By default, all headings make a big block in the design. They start on a new line and use up all space they can within their parent block.

HTML Example

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset ="UTF-8">
<!--This is our webpage it's our very first webpage-->
<title>Levoric | HTML Fundamentle Tutorial</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!--Write your content here levoriclearn top degree online and program-->
<h1>levoriclearn</h1>
<h2>levoriclearn</h2>
<h3>levoriclearn</h3>
<h4>levoriclearn</h4>
<h5>levoriclearn</h5>
<h6>levoriclearn</h6>
<!--Write your content here levoriclearn top degree online and program-->
</body>
</html>


output


levoriclearn

levoriclearn

levoriclearn

levoriclearn

levoriclearn
levoriclearn





Support Browser
Element LevoricLearn-education-top-university-degree LevoricLearn-education-top-university-degree LevoricLearn-education-top-university-degree LevoricLearn-education-top-university-degree
<h1> to <h6> Yes Yes Yes Yes Yes